Labels:text | screenshot | display | software | parallel | number | font | computer icon | web page | multimedia software OCR: AmigaTalk @ 1998-2000 -- Class Browser: Port: AmigaTalk_Rexx Classes : Parent Class: Object Object Undef inedObject Symbol Form Current Class: Boolean 1. Select a class to examine here. Object True False Current Method: Magnitude Char == X Number Integer Source File: Float Radian Object.st Point Pen Display ByteCodes Method Source: Goto Editor ... --- -- " Object Class is the Root of all other Classes ----- in AmigaTalk. ------ --- --- ---------- -------- --- Class Object 2. Select a Class method to examine here. - 3. Select an operation. anObject ^ <primitive 7 self anObject > This is a method name. This is NOT! ^ (self == x) not = % (self == x) "Is the receiver equal to x ?? " - = X (self = x) not "Is the receiver NOT equal to x ?? " asString Source ByteCodes : 20 21 09 AC F3 F5 00 After ...